/* LE66 PLATABLE ORIGINAL Background Setting
-------------------------------------------------------------------------------*/

/* 
-------------------------------------------------------------------------------
各種背景画像　編集方法

1.　予め、新しく差し替える背景画像（2000×1300px）を作成し用意しておく。

2.　画像管理メニューからアップロードし、画像URLをコピーして取得。

3.　下記リストから該当のページ設定を見つけ、" url(この括弧の中) " の括弧内を、
　　先ほどコピーした画像URLに書き換える。（コピペでまるまる入れ替えでOK）

4.　それぞれ編集したいページごとに同様の作業を繰り返し、最後に「ファイルを更新」。

5.　ブラウザよりサイト表示で正常に反映されているか確認。

-------------------------------------------------------------------------------
*/



/*
-------------------
TOP PAGE
-------------------
*/

/* -- トップページの背景画像 -- */
#top {
background: url(/wp-content/uploads/2015/02/bg-top.jpg) 50% 0 no-repeat fixed;
}

/* -- トップとNEWSの間の背景画像 -- */
#one { 
background: url(/wp-content/uploads/2015/02/bg-news2.jpg) 50% 0 no-repeat fixed;
}

/* -- NEWSページの背景画像 -- */
#news {
background: url(/wp-content/uploads/2015/02/bg-news.jpg) 50% 0 no-repeat fixed;
}

/* -- NEWSとMESSAGEの間の背景画像 -- */
#two { 
background: url(/wp-content/uploads/2015/02/bg-message2.jpg) 50% 0 no-repeat fixed;
}

/* -- MESSAGEページの背景画像 -- */
#message{
background: url(/wp-content/uploads/2015/02/bg-message.jpg) 50% 0 no-repeat fixed;
}

/* -- MESSAGEとMENUの間の背景画像 -- */
#three { 
background: url(/wp-content/uploads/2015/02/bg-menu2.jpg) 50% 0 no-repeat fixed;
}

/* -- MENUページの背景画像 -- */
#menu {
/*background: url(/wp-content/uploads/2015/02/bg-menu.jpg) 50% 0 no-repeat fixed;*/
}

/* -- MENUとINFORMATIONの間の背景画像 -- */
#four { 
background: url(/wp-content/uploads/2015/02/bg-info2.jpg) 50% 0 no-repeat fixed;
}

/* -- INFORMATIONページの背景画像 -- */
#info {
background: url(/wp-content/uploads/2015/02/bg-info.jpg) 50% 0 no-repeat fixed;
}

/* -- INFORMATIONとACCESSの間のの背景画像 -- */
#five { 
background: url(/wp-content/uploads/2015/02/bg-access.jpg) 50% 0 no-repeat fixed;
}

/* -- ACCESSページの背景 -- */
#access { 
background:none;
}




/*
-------------------
MENU
-------------------
*/

/* -- GALETTE MENUの背景画像 -- */
li.galette{
background: url(/img/bg-galette.jpg) no-repeat center center;
background-size: cover;
}

/* -- GALETTE LUNCH MENUの背景画像 -- */
li.galettelunch{
background: url(/img/bg-galettelunch.jpg) no-repeat center center;
background-size: cover;
}

/* -- ALACARTE MENUの背景画像 -- */
li.alacarte{
background: url(/img/bg-alacarte.jpg) no-repeat center center;
background-size: cover;
}

/* -- CAFE MENUの背景画像 -- */
li.cafe{
background: url(/img/bg-cafe.jpg) no-repeat center center;
background-size: cover;
}

/* -- DESSERT LUNCH MENUの背景画像 -- */
li.dessert{
background: url(/img/bg-dessert.jpg) no-repeat center center;
background-size: cover;
}

/* -- DINNER FOOD MENUの背景画像 -- */
li.dinner{
background: url(/img/bg-dinner.jpg) no-repeat center center;
background-size: cover;
}

/* -- ALCOHOL MENU1の背景画像 -- */
li.alcohol{
background: url(/img/bg-alcohol.jpg) no-repeat center center;
background-size: cover;
}

/* -- ALOCHOL MENU2の背景画像 -- */
li.alcohol-menu{
background: url(/img/bg-alcoholmenu.jpg) no-repeat center center;
background-size: cover;
}




/*
-------------------
information
-------------------
*/

/* -- INFORMATION フロアマップの背景画像 -- */
li.info-front{
background: url(/img/bg-infofront.jpg) no-repeat center center;
background-size: cover;
}

/* -- INFORMATION 店舗情報ページの背景画像 -- */
li.info-back{
background: url(/img/bg-infoback.jpg) no-repeat center center;
background-size: cover;
}